Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Burgs column to province editor #1031

Merged
merged 6 commits into from
Feb 14, 2024
Merged

Conversation

Avengium
Copy link
Contributor

@Avengium Avengium commented Jan 2, 2024

Description

Added to province editor:

  • Burgs column
  • the number of Burgs, p.burgs.length
  • "icon-dot-circled" to go to overviewBurgs.
  • overviewBurgs Filtered by state id.
  • Fixed some typos.

Type of change

  • New feature

Versioning

I didnt change version files.

  • Version is updated
  • Changed files hash is updated

Added to province editor:
+ Burgs column
+ the number of Burgs, p.burgs.length
+ "icon-dot-circled" to go to overviewBurgs.
+ overviewBurgs Filtered by state id.
+ Fixed some typos.
Copy link

netlify bot commented Jan 2, 2024

Deploy Preview for afmg ready!

Name Link
🔨 Latest commit 2a97c95
🔍 Latest deploy log https://app.netlify.com/sites/afmg/deploys/65cd12bd0a3b7000085109d5
😎 Deploy Preview https://deploy-preview-1031--afmg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

modules/ui/provinces-editor.js Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
modules/ui/provinces-editor.js Outdated Show resolved Hide resolved
modules/ui/provinces-editor.js Outdated Show resolved Hide resolved
+ Corrected provincesHeader distance in em.
+ const stateId = pack.provinces[p].state;
- Deleted cell count.
- Deleted Total land cells number HTML from provincesFooter.
@Avengium
Copy link
Contributor Author

Avengium commented Jan 2, 2024

For me this PR is already complete. I've already made the suggested changes so it's ready to review.
If you want to wait to combine it with some other change, that's fine with me.

@Azgaar
Copy link
Owner

Azgaar commented Jan 2, 2024

It will be ready once all issues are resolved. Also need to push the version.

@Azgaar
Copy link
Owner

Azgaar commented Jan 16, 2024

@Avengium, would you clean up the code so that it can be merged?

…e future.

Deleted lines for const totalCells and for (+cells / totalCells) * 100 + "%";
@Avengium
Copy link
Contributor Author

Deleted the totalCells.

@Azgaar Azgaar changed the base branch from master to v1.96 February 14, 2024 19:23
@Azgaar Azgaar merged commit 0a83d2d into Azgaar:v1.96 Feb 14, 2024
4 checks passed
Azgaar added a commit that referenced this pull request Feb 24, 2024
* Scale bar styling (#1025)

* feat: style scale bar

* feat: style scale bar - style presets

---------

Co-authored-by: Azgaar <[email protected]>

* Ocean heightmap to v1.96 (#1044)

* feat: allow to render ocean heightmap

* feat: allow to render ocean heightmap - test

* feat: allow to render ocean heightmap - fix issue

* feat: allow to render ocean heightmap - cleanup

---------

Co-authored-by: Azgaar <[email protected]>

* fix: scale bar size

* fix: remove mask on terrs lavel

* fix: regenerate heigtmap preview to use current graph size

* Add the name of culture and namesbase in the name editor dialog (#1033)

* Add the name of culture and namesbase in the name editor dialog

Added the name of the culture and  namesbase in the dialog "name editor".
This tells information on the "click to generate a culture-specific name"
It tells you the culture before changing name.

* cultureName into cultureId + cultureName

And deleted the incomplete code of showing culture name on datatip

* refactor: leave culture name only

---------

Co-authored-by: Azgaar <[email protected]>

* Added Burgs column to province editor (#1031)

* Added Burgs column to province editor

Added to province editor:
+ Burgs column
+ the number of Burgs, p.burgs.length
+ "icon-dot-circled" to go to overviewBurgs.
+ overviewBurgs Filtered by state id.
+ Fixed some typos.

* fixed code as Azgaar suggested

+ Corrected provincesHeader distance in em.
+ const stateId = pack.provinces[p].state;
- Deleted cell count.

* deleted HTML code for provincesFooter cells

- Deleted Total land cells number HTML from provincesFooter.

* deleting totalCells in the code, maybe i will add provinceCells in the future.

Deleted lines for const totalCells and for (+cells / totalCells) * 100 + "%";

* refactor: cleanup

* refactor: cleanup

---------

Co-authored-by: Azgaar <[email protected]>

* fix: burgs overview - add MFCG link back

* feat: add more details to burgs export

* feat: don't show auto-update dialog

* feat: pump version

* fix: #1041

* feat: update style presets

---------

Co-authored-by: Azgaar <[email protected]>
Co-authored-by: Ángel Montero Lamas <[email protected]>
@Avengium Avengium deleted the Province-burgs branch February 25, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants